home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / EDITORS / LEDIT / !lEdit_!Run < prev    next >
Encoding:
Text File  |  1995-01-25  |  533 b   |  19 lines

  1. | Run file for lEdit
  2. | (c) 1995 Urs Bisang
  3. | all rights reserved. 
  4.  
  5.  
  6. if "<System$Path>" = "" then Error 0 System resources cannot be found
  7.  
  8. IconSprites <Obey$Dir>.!Sprites
  9.  
  10. RMensure SharedClibrary 0 System:Modules.clib
  11. RMensure SharedClibrary 3.70 Error You need at least version 3.70 of the shared C library
  12.  
  13.  
  14. Set Alias$@RunType_FFF Run <Obey$Dir>.wtk ledit -args %%*0
  15. if "<lEdit$Dir>" = "" then Set lEdit$Dir <Obey$Dir>
  16. if "<wtk$Path>" = "" then Set wtk$Path <lEdit$Dir>.l.
  17. WimpSlot -min 600k -max 600k
  18. Run <lEdit$Dir>.wtk  ledit 
  19.